#include <avr/io.h>#include <avr/interrupt.h>#include <avr/signal.h>#include <inttypes.h>#include "lcd.h"#include "led.h"#include "RS232.h"#include "init.h"#include "status.h"#include "NMEA0183Parser.h"#include "GSMParser.h"
Go to the source code of this file.
Defines | |
| #define | STOP_TIMER0 TCCR0 &= 0xF8 |
| #define | START_TIMER0 TCCR0 |= 0x05 |
| #define | STOP_TIMER1 TCCR2 &= 0xF8 |
| #define | START_TIMER1 TCCR2 |= 0x05 |
Typedefs | |
| typedef volatile unsigned char | BYTE |
| typedef volatile unsigned int | WORD |
Variables | |
| WORD | Ticks256 |
| WORD | Ticks512 |
| int | bufferwritepos = 0 |
| int | bufferreadpos = 0 |
| int | bufferwriteposGSM = 0 |
| int | bufferreadposGSM = 0 |
| char | lexeme [100] |
| char | GSMlexeme [60] |
| int bufferreadpos = 0 |
| int bufferreadposGSM = 0 |
| int bufferwritepos = 0 |
| int bufferwriteposGSM = 0 |
1.5.3